toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]InjectCssCallback
/
Response
Response
interface
Response
A response of the
InjectCssCallback
.
Members
Functions
inject
Link copied to clipboard
open
fun
inject
(
customStyleSheet
:
String
)
:
InjectCssCallback.Response
Injects the given
customStyleSheet
string that represents a custom style sheet (CSS) into the document that is loaded in this browser instance.
proceed
Link copied to clipboard
open
fun
proceed
(
)
:
InjectCssCallback.Response
Notifies the browser that it can proceed without injecting a custom style sheet.